home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / locale / catalogs / typeface.cd < prev    next >
Text File  |  1996-05-07  |  15KB  |  800 lines

  1. #language english
  2. #version 2
  3. ;
  4. ; Typeface 1.2
  5. ; (c) 1995-96 David Kinder
  6. ;
  7. ; When making a translation, please check that the translated text still
  8. ; fits into the windows and requesters, even on a 640x200 screen.
  9. ;
  10. ; If a string to be translated contains a % sign followed by one or more
  11. ; letters, then in the program they will be replaced by some text (which
  12. ; will be indicated in the comment in this file). The % construct *must*
  13. ; be left in the string so that the string will make sense.
  14. ;
  15. ; \n is a newline character, \" is a quote. If the translated string is
  16. ; longer than one line, it must have a final \ appended to it to tell
  17. ; FlexCat to scan the next line.
  18. ;
  19. ; Gadget strings (which start with "gadg", rather than "msg") can contain
  20. ; an underscore character ("_"), which means that the following character
  21. ; is the keyboard shortcut (e.g. for the string "_Cancel", "c" will be
  22. ; the shortcut). Please check that no two gadgets in the same window use
  23. ; the same shortcut!
  24. ;
  25. ; New strings added for a given version are indicated by a "**" followed by
  26. ; the version number, e.g. "** 1.2" for this release.
  27. ;
  28. ;
  29. ; General requester strings
  30. ; =========================
  31. ;
  32. ; Continue operation choice.
  33. msgContinue (//)
  34. Continue
  35. ;
  36. ; Cancel operation choice.
  37. msgCancel (//)
  38. Cancel
  39. ;
  40. ; Yes/no choice. The "Yes" must come first, and be separated from the "No"
  41. ; by the | character.
  42. msgYesNo (//)
  43. Yes|No
  44. ;
  45. ;
  46. ; General gadget strings
  47. ; ======================
  48. ;
  49. ; Accept gadget
  50. gadgAccept (//)
  51. _Accept
  52. ;
  53. ; Cancel gadget
  54. gadgCancel (//)
  55. _Cancel
  56. ;
  57. ;
  58. ; Error requesters occurring during initialization
  59. ; ================================================
  60. ;
  61. ; no asl.library
  62. msgNoAslLib (//)
  63. Cannot open asl.library v37+.
  64. ;
  65. ; no diskfont.library
  66. msgNoDiskfontLib (//)
  67. Cannot open diskfont.library v36+.
  68. ;
  69. ; no iffparse.library
  70. msgNoIFFParseLib (//)
  71. Cannot open iffparse.library v37+.
  72. ;
  73. ; no bgui.library
  74. msgNoBguiLib (//)
  75. Cannot open bgui.library v39+.
  76. ;
  77. ; no textfield.gadget
  78. msgNoTextFieldGadget (//)
  79. Cannot open textfield.gadget v3+.
  80. ;
  81. ;
  82. ; Fatal error requester
  83. ; =====================
  84. ;
  85. ; This requester appears if a fatal error occurs while Typeface is
  86. ; running. %s is replaced by the name of the routine which failed,
  87. ; e.g. AllocAslRequest()
  88. msgFatalError (//)
  89. A fatal error has occured:\nA call to %s has failed.
  90. ;
  91. ;
  92. ; Loading in a font
  93. ; =================
  94. ;
  95. ; font requester title
  96. msgOpenFont (//)
  97. Open Font
  98. ;
  99. ; Error requester on load failure. %s is replaced by the font name,
  100. ; e.g. "topaz".
  101. msgNoOpenFont (//)
  102. Cannot open %s.
  103. ;
  104. ;
  105. ; Character editing windows
  106. ; =========================
  107. ;
  108. ; The standard window title. %c is replaced by the character, %lu its
  109. ; number in decimal and %.2lX its number in hex, e.g. for "w", the title
  110. ; would be "w (119 decimal/$77 hex)".
  111. msgCharTitle (//)
  112. %c (%lu decimal/$%.2lX hex)
  113. ; Special case for character zero.
  114. msgZeroTitle (//)
  115. (0 decimal/$00 hex)
  116. ; Title for blank character.
  117. msgBlankTitle (//)
  118. blank
  119. ;
  120. ;
  121. ; About menu item
  122. ; ===============
  123. ;
  124. ; text in About requester
  125. msgFreeChip (//)
  126. Free Chip Memory
  127. msgFreeFast (//)
  128. Free Fast Memory
  129. ; ** 1.2 Should be a translation of:
  130. ;   "Catalog translated by <name>\n\n"
  131. ; where <name> is your name. Note the trailing \n\n. This string is left
  132. ; blank for the default (i.e. English).
  133. msgTranslator (//)
  134.  
  135. ;
  136. ;
  137. ; Quit menu item
  138. ; ==============
  139. ;
  140. ; This requester appears if "Confirm Quit" selected in preferences.
  141. ; If the character data has been modified, %s is replaced by the
  142. ; following message, else "".
  143. msgCheckQuit (//)
  144. %sDo you wish to quit?
  145. ; Note the space at the end of this text!
  146. msgCharsChanged (//)
  147. The character data has been\nchanged. 
  148. ;
  149. ; Gadget string
  150. msgQuitCancel (//)
  151. Quit|Cancel
  152. ;
  153. ; This requester appears if Typeface cannot quit due to visitor windows
  154. ; open on its screen.
  155. msgVisitors (//)
  156. Please close all visitor windows.
  157. ;
  158. ;
  159. ; PutPositive() error requester
  160. ; =============================
  161. ;
  162. ; This function is called to give a general message when a number
  163. ; entered in a window is too small. %s will be replaced by a string,
  164. ; e.g. "font height", and %ld by a number, so the requester might read
  165. ; (in English) "The font height must be greater than 1."
  166. msgPutPositive (//)
  167. The %s must be greater than %ld.
  168. ;
  169. ;
  170. ; Font Parameters window
  171. ; ======================
  172. ;
  173. ; window title
  174. ;
  175. msgFontParamsTitle (//)
  176. Edit Font Parameters
  177. ;
  178. ; labels for font type cycle gadget
  179. msgFontFixed (//)
  180. Fixed Width
  181. msgFontProp (//)
  182. Proportional
  183. ;
  184. ; labels for aspect ratio cycle gadget
  185. msgAspectNormal (//)
  186. Normal
  187. msgAspectThin (//)
  188. Thin
  189. msgAspectWide (//)
  190. Wide
  191. ;
  192. ; The following are the labels for the gadgets.
  193. ;
  194. ; font type cycle
  195. gadgFontType (//)
  196. _Font Type
  197. ;
  198. ; font height string
  199. gadgFontHeight (//)
  200. _Height
  201. ;
  202. ; font baseline string
  203. gadgFontBaseline (//)
  204. _Baseline
  205. ;
  206. ; font width string
  207. gadgFontWidth (//)
  208. _Width
  209. ;
  210. ; bold smear string
  211. gadgBoldSmear (//)
  212. Bold _Smear
  213. ;
  214. ; normal check box
  215. gadgFontNormal (//)
  216. _Normal
  217. ;
  218. ; italic check box
  219. gadgFontItalic (//)
  220. _Italic
  221. ;
  222. ; bold check box
  223. gadgFontBold (//)
  224. B_old
  225. ;
  226. ; underline check box
  227. gadgFontUnderline (//)
  228. _Underline
  229. ;
  230. ; extended check box
  231. gadgFontExtended (//)
  232. _Extended
  233. ;
  234. ; reversed check box
  235. gadgFontReversed (//)
  236. _Reversed
  237. ;
  238. ; aspect cycle
  239. gadgFontAspect (//)
  240. As_pect
  241. ;
  242. ; blank gadget
  243. gadgFontBlank (//)
  244. B_lank
  245. ;
  246. ; These requesters appear if an incorrect value is entered as one of the
  247. ; parameters and the Accept gadget is selected.
  248. ;
  249. ; error if baseline too small
  250. msgErrorBaseline (//)
  251. The font baseline must be\n\
  252. less than the font height.
  253. ;
  254. ; error if font width negative
  255. msgErrorFontWidth (//)
  256. The font width must be positive.
  257. ;
  258. ; warning when changing font type
  259. msgWarnPropChange (//)
  260. This font will be changed from proportional\n\
  261. to fixed width. Do you wish all characters\n\
  262. to have the same width (yes is recommended)?
  263. ;
  264. ; the following are passed to the PutPositive() function (see above)
  265. ;
  266. ; bold smear too small
  267. msgBoldSmear (//)
  268. bold smear
  269. ;
  270. ; font baseline too small
  271. msgFontBaseline (//)
  272. font baseline
  273. ;
  274. ; font height too small
  275. msgFontHeight (//)
  276. font height
  277. ;
  278. ;
  279. ; Preferences window
  280. ; ==================
  281. ;
  282. ; window title
  283. msgPrefsTitle (//)
  284. Preferences
  285. ;
  286. ; page titles
  287. msgPrefsScreen (//)
  288. Screen
  289. msgPrefsToolBar (//)
  290. Tool Bar
  291. msgPrefsEdit (//)
  292. Edit Windows
  293. msgPrefsSelect (//)
  294. Selection Window
  295. msgPrefsMisc (//)
  296. Miscellaneous
  297. ;
  298. ; save gadget
  299. gadgPrefsSave (//)
  300. _Save
  301. ;
  302. ; use gadget
  303. gadgPrefsUse (//)
  304. _Use
  305. ;
  306. ; Requester if there is an error while saving preferences. %s is replaced
  307. ; with the directory to which the save was attempted.
  308. msgPrefsSaveError (//)
  309. Cannot save preferences to\n\"%s\"
  310. ;
  311. ;
  312. ; Preferences window - Screen page
  313. ; ================================
  314. ;
  315. ; screen font requester title
  316. msgScreenFont (//)
  317. Change Screen Font
  318. ;
  319. ; screen mode requester title
  320. msgScreenMode (//)
  321. Change Screen Mode
  322. ;
  323. ; custom screen check box
  324. gadgCustomScr (//)
  325. Cus_tom Screen
  326. ;
  327. ; screen mode box
  328. gadgMode (//)
  329. _Mode
  330. ;
  331. ; screen font box
  332. gadgScreenFont (//)
  333. _Font
  334. ;
  335. ; public screen string
  336. gadgPubScreen (//)
  337. _Public Screen
  338. ;
  339. ; The screen mode requester is only present in asl.library v38+.
  340. ; If the version of asl is too old, show this error and continue.
  341. msgNeedAslV38 (//)
  342. asl.library v38 or higher required.
  343. ;
  344. ;
  345. ; Preferences window - Tool Bar page
  346. ; ==================================
  347. ;
  348. ; ** 1.2 Tool tips for the listview gadgets.
  349. gadgToolBarIn (//)
  350. Included in tool bar
  351. gadgToolBarOut (//)
  352. Not included in tool bar
  353. ; ** 1.2 The following are entries for the tool bar listvies describing the
  354. ; various icons. Please make sure that these fit into the listview.
  355. prefsDecWidth (//)
  356. Dec. Width
  357. prefsIncWidth (//)
  358. Inc. Width
  359. prefsMoveLeft (//)
  360. Move Left
  361. prefsMoveRight (//)
  362. Move Right
  363. prefsMoveUp (//)
  364. Move Up
  365. prefsMoveDown (//)
  366. Move Down
  367. prefsKerning (//)
  368. Kerning
  369. prefsWidthWin (//)
  370. Width Window
  371. prefsZoomIn (//)
  372. Zoom In
  373. prefsZoomOut (//)
  374. Zoom Out
  375. prefsFlipHoriz (//)
  376. Flip Horiz.
  377. prefsFlipVert (//)
  378. Flip Vert.
  379. ;
  380. ; height string
  381. gadgToolBarHeight (//)
  382. _Height
  383. ;
  384. ; auto height check box
  385. gadgAuto (//)
  386. _Auto
  387. ;
  388. ; Passed to PutPositive() (see above) if the tool bar height is too small.
  389. msgToolbarHeight (//)
  390. tool bar height
  391. ;
  392. ;
  393. ; Preferences window - Edit Windows page
  394. ; ======================================
  395. ;
  396. ; pixels group
  397. msgPixels (//)
  398. Pixels
  399. ;
  400. ; pixel width string
  401. gadgPixelWidth (//)
  402. _Width
  403. ;
  404. ; pixel height string
  405. gadgPixelHeight (//)
  406. _Height
  407. ;
  408. ; border cycle gadget
  409. gadgPixelBorder (//)
  410. _Border
  411. ;
  412. ; border cycle labels
  413. msgBorderNo (//)
  414. No
  415. msgBorderYes (//)
  416. Yes
  417. msgBorderGrid (//)
  418. Grid
  419. ;
  420. ; maximize window check box
  421. gadgMaxWindow (//)
  422. _Maximize Window
  423. ;
  424. ; show baseline check box
  425. gadgShowBLine (//)
  426. Baseli_ne
  427. ;
  428. ; ** 1.2 toggle drawing mode check box
  429. gadgToggle (//)
  430. _Toggle
  431. ;
  432. ; Passed to PutPositive() (see above) if the pixel width is too small.
  433. msgPixelWidth (//)
  434. pixel width
  435. ; Passed to PutPositive() if the pixel height is too small.
  436. msgPixelHeight (//)
  437. pixel height
  438. ;
  439. ;
  440. ; Preferences window - Selection Window page
  441. ; ==========================================
  442. ;
  443. ; window sizing check box
  444. gadgSizeWin (//)
  445. Window Si_zing
  446. ;
  447. ; shift check box
  448. gadgShift (//)
  449. Sh_ift
  450. ;
  451. ; selection window width cycle
  452. gadgWidthCycle (//)
  453. _Width
  454. ;
  455. ; selection window height string
  456. gadgSelWinHeight (//)
  457. _Height
  458. ;
  459. ; selection window font gadget
  460. gadgSelWinFont (//)
  461. _Font
  462. ;
  463. ; Passed to PutPositive() (see above) if the window width is too small.
  464. msgSelWndWidth (//)
  465. window width
  466. ;
  467. ;
  468. ; Preferences window - Miscellaneous page
  469. ; =======================================
  470. ;
  471. ; preferences save cycle group
  472. msgSavePrefsTo (//)
  473. Save preferences to
  474. ;
  475. ; confirm quit check box
  476. gadgQuit (//)
  477. Confirm _Quit
  478. ;
  479. ; ** 1.2 query width on load check box
  480. gadgQueryWidth (//)
  481. Query _Width on Load
  482. ;
  483. ; preferences save cycle labels
  484. msgPrefsEnv (//)
  485. Environment Variable
  486. msgPrefsProg (//)
  487. Typeface Directory
  488. ;
  489. ;
  490. ; Change Font Directory window
  491. ; ============================
  492. ;
  493. ; window title
  494. msgFontDirTitle (//)
  495. Change Font Directory
  496. ;
  497. ; assign gadget
  498. gadgAssign (//)
  499. _Assign
  500. ;
  501. ; assign add gadget
  502. gadgAssignAdd (//)
  503. Assign A_dd
  504. ;
  505. ; Requester if specified directory not found. %s is replaced with the
  506. ; directory path.
  507. msgNoDir (//)
  508. Cannot find directory\n\"%s\"
  509. ;
  510. ;
  511. ; ** 1.2 Change Font Directory window
  512. ;        ============================
  513. ;
  514. ; window title
  515. msgResetTitle (//)
  516. Reset Kerning
  517. ;
  518. ; reset gadget
  519. gadgReset (//)
  520. _Reset
  521. ;
  522. ; text following "Spacing" gadget
  523. infoPlusWidth (//)
  524. + Width
  525. ;
  526. ; warning text in window
  527. infoWarnReset (//)
  528. Warning: This will reset\n\
  529. the kerning and spacing\n\
  530. for all characters.\n\
  531. ;
  532. ;
  533. ; ** 1.2 Edit Character window
  534. ;        =====================
  535. ;
  536. ; window title
  537. msgEditCharTitle (//)
  538. Edit Character
  539. ;
  540. ; character number integer gadget
  541. gadgCharNum (//)
  542. Character Number
  543. ;
  544. ;
  545. ; Save Font window
  546. ; ================
  547. ;
  548. ; window title
  549. msgSaveTitle (//)
  550. Save Font
  551. ;
  552. ; directory string gadget
  553. gadgFontDir (//)
  554. Font _Directory
  555. ;
  556. ; font name string gadget
  557. gadgFontName (//)
  558. _Font
  559. ;
  560. ; font size
  561. msgSize (//)
  562. Size
  563. ;
  564. ; first character string gadget
  565. gadgFirst (//)
  566. F_irst
  567. ;
  568. ; last character string gadget
  569. gadgLast (//)
  570. _Last
  571. ;
  572. ; kern info check box
  573. gadgKernInfo (//)
  574. _Kern Info
  575. ;
  576. ; save gadget
  577. gadgSave (//)
  578. _Save
  579. ;
  580. ; Error requesters if the first or last characters to be saved are not
  581. ; in the range 0 to 255.
  582. msgFirstRange (//)
  583. The first character must be between 0 and 255.
  584. msgLastRange (//)
  585. The last character must be between 0 and 255.
  586. ;
  587. ; Error if first char > last.
  588. msgFirstGreaterLast (//)
  589. The first character cannot be greater than the last.
  590. ;
  591. ; Warning if save directory does not exist. %s is replaced by the
  592. ; name of the directory.
  593. msgSaveNoDir (//)
  594. Directory \"%s\"\ndoes not exist.
  595. ; gadget text
  596. msgSaveNoDirGadgets (//)
  597. Create|Cancel
  598. ;
  599. ; Error if directory cannot be created. %s is replaced by the name of
  600. ; the directory
  601. msgSaveCreateError (//)
  602. Cannot create directory\n\"%s\".
  603. ;
  604. ; Warning if file already exists. %s is replaced by the file name.
  605. msgSaveWarnExists (//)
  606. File \"%s\" exists.
  607. ; gadget text
  608. msgSaveWarnExistsGadgets (//)
  609. Overwrite|Cancel
  610. ;
  611. ; Error writing font header. %s is replaced by the directory name.
  612. msgSaveWriteHeader (//)
  613. Cannot write font header to \n\"%s\".
  614. ;
  615. ; Error creating font header
  616. msgSaveCreateHeader (//)
  617. Cannot create font header.
  618. ;
  619. ; Error writing font data. %s is replaced by the directory name.
  620. msgSaveWriteData (//)
  621. Cannot write font data to \n\"%s\".
  622. ;
  623. ; Not enough memory.
  624. msgSaveNoMemory (//)
  625. Not enough memory.
  626. ;
  627. ;
  628. ; ** 1.2 Query Width on Load window
  629. ;        ==========================
  630. ;
  631. ; window title
  632. msgQueryWidthTitle (//)
  633. Querying Font Width...
  634. ;
  635. ; font info label
  636. msgQueryFont (//)
  637. Font
  638. ;
  639. ; new width integer gadget
  640. gadgQueryNewWidth (//)
  641. _Width
  642. ;
  643. ; load gadget
  644. gadgLoad (//)
  645. _Load Font
  646. ;
  647. ;
  648. ; Change Character Width window
  649. ; =============================
  650. ;
  651. ; The window title. %lu is replaced by the decimal number of the
  652. ; character, and %d by it's width, e.g. for "w" from topaz/8:
  653. ; "Change Width of 119 (from 8)"
  654. msgWidthTitle (//)
  655. Change Width of %lu (from %d)
  656. ; A special case for the blank character.
  657. msgWidthTitleBlank (//)
  658. Change Width of blank (from %d)
  659. ;
  660. ; width string gadget
  661. gadgNewWidth (//)
  662. New _Width
  663. ;
  664. ; Left/right offset texts. %ld if replaced by the pixel offset.
  665. msgLeftOffset (//)
  666. Left Offset: %ld
  667. msgRightOffset (//)
  668. Right Offset: %ld
  669. ;
  670. ;
  671. ; Change Character Kerning window
  672. ; ===============================
  673. ;
  674. ; The window title. %lu is replaced by the decimal number of the
  675. ; character, e.g. for "w" from topaz/8: "Kerning for 119"
  676. msgKernTitle (//)
  677. Kerning for %lu
  678. ; A special case for the blank character.
  679. msgKernTitleBlank (//)
  680. Kerning for blank
  681. ;
  682. ; spacing string gadget
  683. gadgSpacing (//)
  684. _Spacing
  685. ;
  686. ; kerning string gadget
  687. gadgKerning (//)
  688. _Kerning
  689. ;
  690. ;
  691. ; Font Preview window
  692. ; ===================
  693. ;
  694. ; window title
  695. msgPreviewTitle (//)
  696. Font Preview
  697. ;
  698. ; update gadget
  699. gadgUpdate (//)
  700. Upda_te
  701. ;
  702. ; show all gadget
  703. gadgShowAll (//)
  704. S_how All
  705. ;
  706. ; clear gadget
  707. gadgClear (//)
  708. C_lear
  709. ;
  710. ;
  711. ; Menus
  712. ; =====
  713. ;
  714. ; The following are the strings for all the menus.
  715. ;
  716. ; Project menu
  717. ;
  718. msgMenuProjectTitle (//)
  719. Project
  720. msgMenuOpen (//)
  721. Open Font...
  722. msgMenuSave (//)
  723. Save Font...
  724. msgMenuChangeDir (//)
  725. Change Dir...
  726. msgMenuPreview (//)
  727. Preview...
  728. msgMenuPrefs (//)
  729. Preferences...
  730. msgMenuAbout (//)
  731. About...
  732. msgMenuQuit (//)
  733. Quit
  734. ;
  735. ; Font menu
  736. ;
  737. msgMenuFontTitle (//)
  738. Font
  739. msgMenuEditFont (//)
  740. Edit Parameters...
  741. ; ** 1.2
  742. msgMenuEditChar (//)
  743. Edit Character...
  744. msgMenuMoveLeft (//)
  745. Move Left
  746. msgMenuMoveRight (//)
  747. Move Right
  748. msgMenuMoveUp (//)
  749. Move Up
  750. msgMenuMoveDown (//)
  751. Move Down
  752. msgMenuResetKern (//)
  753. Reset Kerning...
  754. ; ** 1.2
  755. msgMenuCascade (//)
  756. Cascade Windows
  757. ;
  758. ; Character menu
  759. ;
  760. msgMenuCharTitle (//)
  761. Character
  762. ; ** 1.2
  763. msgMenuUndo (//)
  764. Undo
  765. ; ** 1.2
  766. msgMenuCut (//)
  767. Cut
  768. msgMenuCopy (//)
  769. Copy
  770. msgMenuPaste (//)
  771. Paste
  772. ; ** 1.2
  773. msgMenuErase (//)
  774. Erase
  775. ; ** 1.2
  776. msgMenuFlipHoriz (//)
  777. Flip Horizontally
  778. ; ** 1.2
  779. msgMenuFlipVert (//)
  780. Flip Vertically
  781. msgMenuZoomIn (//)
  782. Zoom In
  783. msgMenuZoomOut (//)
  784. Zoom Out
  785. msgMenuChangeWidth (//)
  786. Change Width...
  787. msgMenuKerning (//)
  788. Kerning...
  789. ;
  790. ; Preview menu
  791. ;
  792. msgMenuPreviewTitle (//)
  793. Preview
  794. msgMenuUpdate (//)
  795. Update
  796. msgMenuShowAll (//)
  797. Show All
  798. msgMenuClear (//)
  799. Clear
  800.